/* 空 敬请期待 start */
.public_empty {
  text-align: center;
  font-size: 16px;
line-height: 56px;
color: #666;
}

.public_empty img {
  width: 260px;
  margin-bottom: 26px;
}
/* 空 敬请期待 end */

/* 清除浮动  */
.clearfix:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.left_list{
  width: 16.7%;
  float: left;
  position: relative;
}
.right_content_container{
  width: 78.3%;
  float: right;
}

/* 清除swiper左右按钮的focus样式 */
.swiper-button-next:focus, .swiper-button-prev:focus, .swiper-button-next:focus-visible, .swiper-button-prev:focus-visible {
  outline: none;
}
/* 清除swiper左右按钮的focus样式 */

.public_left_list_tit{
  width: 100%;
  height: 90px;
  position: relative;
  margin-top: 80px;
}
.public_left_list_tit img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.public_left_list_tit p{
  font-size: 24px;
  line-height: 90px;
  text-align: center;
	font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}
.public_left_list{
  width: 100%;
  padding-bottom: 190px;
  position: relative;
	box-shadow: 0px 6px 9px 1px 
		rgba(143, 148, 159, 0.08);
}
.left_list_bg{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 145px;
}
.public_left_list li{
  margin: 0px 30px;
  padding: 25px 0px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #e6e8ed;
}
.public_left_list li p{
  font-size: 20px;
  line-height: 1;
	color: #666;
  float: left;
}
.public_left_list li:before{
  content: '';
  width: 3px;
	height: 18px;
  background-color: #0039ab;
  position: absolute;
  left: -30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: none;
}
.public_left_list li .arrow_box{
  float: right;
}
.public_left_list li .arrow_box img{
  width: 6px;
  height: 10px;
  margin-bottom: 6px;
}
.public_left_list li:hover:before{
  display: block;
}
.public_left_list li:hover p{
  color: #0039ab;
}
.public_left_list li .hover{
  display: none;
}
.public_left_list li:hover .def{
  display: none;
}
.public_left_list li:hover .hover{
  display: inline;
}
.public_left_on:before{
  display: block !important;
}
.public_left_on p{
  color: #0039ab !important;
}
.public_left_on .def{
  display: none !important;
}
.public_left_on .hover{
  display: inline !important;
}

/* 分页开始 */
.bottom_pages_box .pages{
  margin: 40px 0 79px 0;  
}
.bottom_pages_box .pages a{
border: solid 1px #e6e8ed;
}

.bottom_pages_box .pages a:hover{
  border: solid 1px #e6e8ed;
  background: #0039ab;
  color: 	#FFFFFF;
}
.bottom_pages_box .prev_pre{
  border: solid 1px #e6e8ed;
}

.bottom_pages_box .page_left{
  float: left;
  height: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.bottom_pages_box .page_right{
  margin-left: 40px;
  width: 69px;
  height: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.bottom_pages_box .page_right input{
  width: 60px;
  text-align: center;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #e6e8ed;
}
/* 分页结束 */

/*修改滚动条样式   start */

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 225px;
  /**/
}

.scrollbar::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e6e5e7;
  border-radius: 4px;
}
/*修改滚动条样式   end */


/* 头部 start */
.header_box{
  width: 100%;
  height: 400px;
  position: relative;
}
.header_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.header_left {
  max-width: 45%;
  float: left;
  overflow: hidden;
  margin: 30px 0px;
}
.header_logo {
  display: block;
}
.header_logo img {
  height: 90px;
}
.header_right{
  width: 55%;
  float: right;
  margin: 30px 0px;
  text-align: right;
  padding: 20px 0px;
}
.header_search_box{
  position: relative;
  width: 50%;
}
.header_search_input{
  width: 100%;
  height: 50px;
  border-radius: 24px;
  border: solid 1px #fff;
  font-size: 16px;
	color: #fff;
  opacity: 0.6;
  padding: 0px 50px 0px 20px;
}

.logoBtn{
  position: relative;
  width: 124px;
  height: 48px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 24px;
  z-index:9999;
}

.logoBtn a{
  line-height: 48px;
  height: 48px;
  width: 100%;
  text-align: left;
  padding: 0px 12px;
  vertical-align: bottom;
}

.logoBtn a img{
  width: 22px;
  height: 18px;
  display: inline-block;
}

.logoBtn a div{
    display: inline-table;
}

.logoBtn a div span{
  display: block;
  width: 64px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  font-size: 16px;
  color: #ffffff;
}


.logoFormPopup{
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -150px;
  width: 300px;
  height: 441px;
  background-color: #ffffff;
  border-radius: 10px;

  /*box-shadow: 0px 10px 30px 0px*/
  /*rgba(65, 70, 89, 0.2);*/
}

.logoFormPopup_top{
  border-radius: 10px 10px 0px 0px;
  background: url("/web/images/personal_bg3.png") no-repeat center -5px;
  background-size: cover;
}

.logoFormPopup_top p{
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 5px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #0039ab;
}

.haveLogin{
  height: 334px;
}

.haveLogin p{
  padding: 0px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  margin-top: 20px;
  height: 40px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #0039ab;
}

.haveLogin .logoFormPopup_bottom{
  padding: 0px;
}

.haveLogin .logoFormPopup_top{
  padding-top: 20px;
  background-position: center -40px;
}

.popupBox2{
  padding: 0px 30px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;

}
.popupBox2 a{
  display: block;
  line-height: 84px;
  height: 84px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  vertical-align: text-top;
}

.popupBox2 a:hover{
    color: #0039ab;
}

.popupBox2 a img{
  height: auto;
  width: 18px;
}


.popupBox2 a span{
  margin-left: 5px;
}

.popupBox2 a:first-child{
  border-bottom: 1px solid #ececec;
}
.changePwd,
.haveLogin,
.noLogin{
  display: none;
}

.changePwd{
  height: 370px;
}

.changePwd .logoFormPopup_bottom{
  padding: 0px;
}

.changePwd .logoFormPopup_top p{
  line-height: 70px;
  height: 70px;
}

.changePwd .loginBtn{
  margin-top: 30px;
}

.changePwd .backBtn{
  margin-top: 20px;
  color: #999999;
  background: transparent;
}

.header_phone_box{
  height: 82px;
  background: url("/web/images/personal_bg4.png") no-repeat center center;
  background-size: 60% auto;
  text-align: center;
}

.header_phone_box .imgBox{
  display: inline-block;
  width: 62px;
  height: 60px;
  background: url("/web/images/personal_bg1.png") no-repeat center bottom;
  background-size: contain;
  position: relative;
}

.header_phone_box .imgBox:after{
    content: "";
  background: url("/web/images/personal_bg2.png") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 21px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}

.logoFormPopup_bottom{
  padding-top: 30px;
}

.logoFormPopup_row{
  position: relative;
  width: 240px;
  margin: 0px auto;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #e3e6e9;
  margin-bottom: 20px;
}

.logoFormPopup_row img{
  position: absolute;
  left: 20px;
  top: 17px;
  width: 14px;
}

.logoFormPopup_row input{
  width: 100%;
  padding: 0px 10px 0px 57px;
  font-size: 16px;
  color: #666;
  height: 48px;
  line-height: 48px;
}


.radioBox{
  width: 240px;
  margin: 0px auto 20px;
  vertical-align: top;
}

.radioBox input[type="radio"]{
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #e3e6e9;
  padding: 0px;
  margin: 0px;
  vertical-align: text-top;
}

.radioBox lable{
  font-size: 16px;
  color: #666666;
  margin-left: 10px;
}

.radioBox .radioBox_left{
  width: 60%;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  height: 24px;
  box-sizing: border-box;
  float: left;
}

.loginBtn{
  width: 240px !important;
  height: 50px;
  line-height: 50px;
  margin: 0px auto;
  background-color: #0039ab;
  font-size: 18px;
  color: #ffffff;
  display: block;
  text-align: center !important;
}

.clean{
  clear: both;
}

.radioBox .radioBox_right{
  width: 40%;
  display: inline-block;
  box-sizing: border-box;
  line-height: 24px;
  height: 24px;
  padding: 0px;
  float: right;
  text-align: right;
  font-size: 16px;
}

.header_phone_box .imgBox img{
  border-radius: 29px;
  height: 58px;
  width: 58px;
  vertical-align: top;

}

/*.logoFormPopup:after{*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  border: 10px solid transparent;*/
/*  border-bottom-color: #fff ;*/
/*  top: -20px;*/
/*  margin-left: -10px;*/
/*}*/

/* 设置placeholder默认文字颜色样式 start*/
.header_search_input::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}

.header_search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
}

.header_search_input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}  
/* 设置placeholder默认文字颜色样式 end*/

.header_search_box a{
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 17px;
}
.header_search_box img{
  width: 16px;
  height: 16px;
  vertical-align: top;
  cursor: pointer;
}
.header_right li{
  display: inline-block;
  vertical-align: top;
}
.header_right li + li{
  margin-left: 30px;
  cursor: pointer;
}
.header_icon{
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.code_li{
  position: relative;
}
.code_li:hover .header_code{
  display: inline;
}
.header_code{
  width: 100px;
  max-width: 100px;
  position: absolute;
  bottom: -110px;
  left: -26px;
  display: none;
}
.header_tabber_list{
  width: 100%;
  height: 60px;
  margin-top: 180px;
	box-shadow: 0px 20px 30px 0px 
		rgba(157, 177, 192, 0.1);
}
.header_tabber_list li{
  width: 10%;
  float: left;
  text-align: center;
  background-color: #fff;
}
.header_tabber_list li a{
  display: block;
  font-size: 19px;
  line-height: 60px;
  height: 60px;
  color: #666;
  position: relative;
}
.header_tabber_list li a:hover{
  color: #0039ab;
}
.header_tabber_list .on a{
  color: #0039ab;
}
.header_tabber_list .on a:after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0039ab;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
/* 底部 开始 */
.footer_head{
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
}
.footer_head_left{
  margin-top: 22px;
  float: left;
}
.footer_head_left img{
  width: 26px;
  height: 26px;
}
.footer_head_left span{
  font-size: 18px;
  color: #666;
  vertical-align: middle;
  margin-left: 10px;
}
.footer_head_right{
  width: 87%;
  float: right;
  text-align: right;
}
.selection_item{
  width: 31%;
  height: 40px;
  margin-top: 15px;
  background-color: #fff;
  color: #999;
  border: solid 1px #c5c5c5;
  padding: 0px 20px;
  font-size: 18px;
}
.selection_item + .selection_item{
  margin-left: 30px;
}
/* 底部 结束 */

.header_list {
  text-align: right;
}

.header_list>li {
  display: inline-block;
  margin-left: 40px;
}

.header_list>li>a {
  position: relative;
  line-height: 100px;
  display: block;
  padding:0px 16px;
	color: #333;
  font-size: 16px;
}

.header_list>li.on>a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px auto;
  width: 64px;
  height: 3px;
	background: #0065ff;
}

.header_list>li.on>a {
  color: #0065ff;
}

header  {
  position: relative;
  z-index: 99;
}

.header_hover {
  position: absolute;
  left: 0px;
  top: 100%;
  /* padding: 50px 0px 40px; */
  width: 100%;
  /* background: #e8f3fe; */
  /* display: none; */
  /* height: 280px; */
  height: 0px;
  transition: all 0.5s;
  padding: 0px;
  overflow: hidden;
}

.top_hover_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.header_hover .container {
  position: relative;
  z-index: 1;
}


.header_hover_poster {
  width: 20.66%;
  float: right;
  height: auto;
}

.header_hover_left {
  width: 79.34%;
  float: left;
  box-sizing: border-box;
  padding-right: 75px;
}
.header_hover_list {
  width: 19.84%;
  float: right;
  text-align: right;
}

.header_hover_list li {
  margin-bottom: 18px;
}

.header_hover_list li a {
  display: inline-block;
  font-size: 16px;
	color: #333;
}

.header_hover_list li a img {
  width: 12px;
	height: 12px;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.header_hover_contents {
  width: 80.16%;
  float: left;
  text-align: left;
}

.header_hover_title {
  font-size: 18px;
	color: #333;
  font-weight: bold;
  margin-bottom: 28px;
}

.header_hover_desc {
  font-size: 14px;
	line-height: 30px;
	color: #8e9499;
  margin-bottom: 56px;
}

.header_hover_left_more {
  display: inline-block;
  font-size: 14px;
	color: #333;
}

.header_hover_left_more img {
  width: 12px;
	height: 12px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
/* 头部 end */

@media (min-width:769px) {
  .header_list>li>a:hover {
    color: #0065ff;
  }
  
  .header_hover_list li a:hover , .header_hover_left_more:hover {
    color: #0065ff;
  }
  
  .header_list>li:hover .header_hover {
    height: 330px;
    padding: 50px 0px 40px;
  }
}

/* 底部 start */
footer {
  background: #fff;
}

.footer_top {
  border-top: 2px solid #003399;
  padding: 45px 0px 50px;
}

.footer_left {
  float: left;
}

.footer_logo {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.footer_logo img {
  height: 80px;
  width: auto;
}
.footer_center {
  width: 1000px;
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}
.footer_tel{
  display: block;
  font-family: Bahnschrift;
  font-size: 36px;
  line-height: 1;
  color: #003399;
  margin-top: 10px;
}
.footer_info_box{
  width: 61%;
  display: inline-block;
  vertical-align: top;
}
.footer_info_box img{
  float: left;
  margin-top: 3px;
}
.footer_info_box span{
  width: 95%;
  font-size: 16px;
  color: #a3a3a3;
  float: right;  
}
.footer_info_box a{
  color: #a3a3a3;
}
.footer_info_box a:hover{
  font-weight: bold;
}
.footer_info_box + .footer_info_box{
  width: 37%;
  float: right;  
}
.footer_code_box{
  float: right;
}
.footer_code_box img{
  width: 80px;
  height: 80px;
}
.footer_top_right {
  max-width: 16%;
  float: right;
}

.footer_top_center {
  width: 54%;
  float: left;
}

.footer_titles {
  font-size: 18px;
	font-weight: bold;
	color: #fff;
  margin-bottom: 28px;
}

.footer_lines {
  width: 20px;
	height: 3px;
	background: #5f718e;
  margin-bottom: 30px;
  display: block;
}

.footer_code {
  width: 100px;
  height: auto;
}

.footer_contacts + .footer_contacts {
  margin-top: 26px;
}

.footer_contact_item {
  width: 50%;
  float: left;
}

.footer_contact_item img.icon_phone {
  top: -3px;
}
.footer_contact_item img {
  width: 16px;
  margin-right: 18px;
  float: left;
  position: relative;
  top: 2px;  
}

.footer_contact_detail {
  width: 80%;
  display: block;
  float: left;
  font-size: 14px;
	color: #bcbdbf;
}

.footer_copyright {
  background: #fff;
  padding: 16px 0px;
  color: #a3a3a3;
  text-align: left;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}


.footer_copyright a {
  display: inline-block;
  color: #a3a3a3;
  margin-left: 14px;
}

.public_back_top {
  display: none;
  width: 80px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	border: solid 1px #e1ecfb;
  text-align: center;
  cursor: pointer;
  position: fixed;
  z-index: 90;
  right: 20px;
  top: 50%;
  box-sizing: border-box;
}

.public_back_top img {
  width: 30px;
	height: 17px;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.public_back_top .img2 {
  display: none;
}
/* 底部 end */

@media (min-width:769px) {
  .footer_copyright a:hover {
    font-weight: bold;
  }

  .public_back_top:hover .img1 {
    display: none;
  }

  .public_back_top:hover .img2 {
    display: block;
  }

  .public_back_top:hover {
    background: #0065ff;
  }
}



/* 阴影 start */
.shadow {
  box-shadow: 0px 10px 20px 0px 
		rgba(182, 182, 182, 0.2);
}
/* 阴影 end */


/* 公共标题 start */
.public_tit{
  font-size: 30px;
	line-height: 0px;
	color: #0e1422;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  font-weight: bold;
}

.public_tit p  {
  margin-bottom: 20px;
  line-height: 40px;
}

.public_tit i  {
  display: inline-block;
  width: 50px;
	height: 3px;
	background: #0065ff;
}


/* 公共标题 end */


/* 查看更多 start */
.public_more {
  font-size: 18px;
	color: #0065ff;
  padding: 12px 40px;
  display: inline-block;
  border: solid 1px #0065ff;
}

.public_more.type2 {
  background: #0065ff;
  color: #fff;
}


.public_more img {
  width: 15px;
	height: 15px;
  margin-left: 14px;
  position: relative;
  top: -2px;
}
/* 查看更多 end */

@media (min-width:769px) {
  .public_more:hover {
    background: #e4f2ff !important;
    color: #0065ff !important;
  }
  .public_more.type2:hover {
    opacity: 0.8;
  }
}


@font-face {
  font-family: "HANSKENDRICKV-REGULAR";
  src: url("../fonts/HANSKENDRICKV-REGULAR.ttf");
}

@font-face {
  font-family: "bebas";
  src: url("../fonts/BEBAS___.ttf");
}

@font-face {
  font-family: "barlow";
  src: url("../fonts/Barlow-ExtraBold.ttf");
}

@font-face {
  font-family: "barlowc";
  src: url("../fonts/BarlowCondensed-ExtraLight.ttf");
}

.common_banner  img {
  /* width: 100%; */
}

ul ,p,li,h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

.swiper-wrapper  , .swiper-slide {
  height: auto !important;
}

.container {
  width: 1200px;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}


.index_container {
  box-sizing: border-box;
  width: 1440px;
  padding:0px;
  margin: 0px auto;
}



@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../fonts/BAHNSCHRIFT.TTF");
}



/* 面包屑 start */
.crumbs {
  width: 100%;
  float: left;
  white-space:nowrap; 
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis; 
  overflow: hidden; 
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
}

.crumbs a,
.crumbs span {
  vertical-align: middle;
  margin-right: 2px;
  /* display: inline-block; */
  font-size: 18px;
  line-height: 20px;
  color: #999;
}

.crumbs span.crumbs_end {
  color: #0039ab;
}

/* .crumbs .crumbs_detail{
  color: #0039ab;  
} */

.crumbs  a:hover , .crumbs  a:hover span {
  color: #0039ab;
}


.crumbs a img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: -4px;
}

.crumbs_tab_list {
  width: 50%;
  float: right;
  text-align: right;
}

.crumbs_tab_list li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
	color: #666;
  margin-left: 34px;
  position: relative;
  cursor: pointer;
}


.crumbs_tab_list li.on {
  color: #006cce;
}

.crumbs_tab_list li:after {
  content: "";
  position: absolute;
  width: 30px;
	height: 2px;
	background: #006cce;
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: none;
}

.crumbs_tab_list li.on:after {
  display: block;
}
.crumbs_tabs {
  /* background-color: #f9f9f9; */
  margin-top: 80px;
  border-bottom: 1px solid #e6e8ed;
}
/* 面包屑 end */


.recommandSwiper  .swiper-button-next, .recommandSwiper .swiper-button-prev {
  width: 30px;
height: 54px;
}

.recommandSwiper  .swiper-button-next:after, .recommandSwiper .swiper-button-prev:after {
  display: none;
}

.recommandSwiper  .swiper-button-next img , .recommandSwiper .swiper-button-prev img  {
  width: 100%;
  display: block;
  height: 100%;
}
.recommandSwiper  .swiper-button-next .img2 , .recommandSwiper .swiper-button-prev .img2 {
  display: none;
}

.recommandSwiper  .swiper-button-next {
  right: 0px;
}

.recommandSwiper .swiper-button-prev {
  left: 0px;
}


@media (min-width:769px) {
  .recommandSwiper  .swiper-button-next:hover .img2 , .recommandSwiper .swiper-button-prev:hover .img2 {
    display: block;
  }
  .recommandSwiper  .swiper-button-next:hover .img1 , .recommandSwiper .swiper-button-prev:hover .img1 {
    display: none;
  }
}

@media (max-width:768px) {
  /* 头部 start */
  .header_box{
    width: 100%;
    height: 160px;
    position: relative;
  }
  .header_bg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  .header_left {
    max-width: 52%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 20px 0px;
  }
  .header_logo {
    display: block;
  }
  .header_logo img {
    width: 100%;
    height: 100%;
  }
  .header_right{
    width: 48%;
    float: right;
    margin: 20px 0px;
    text-align: right;
    padding: 0px 0px;
  }


  /* 设置placeholder默认文字颜色样式 start*/
  .header_search_input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
  }

  .header_search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
  }

  .header_search_input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
  }  
  /* 设置placeholder默认文字颜色样式 end*/

  .header_search_box a{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 17px;
  }
  .header_search_box img{
    width: 16px;
    height: 16px;
    vertical-align: top;
    cursor: pointer;
  }
  .header_right li{
    width: auto;
    display: inline-block;
    /* float: right; */
  }
  .header_right li + li{
    margin-left: 10px;
    cursor: pointer;
  }
  .header_icon{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .loginA .header_icon{
    width: 23px;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 6px;
  }
  .code_li{
    position: relative;
  }
  .mobile_input{
    width: 94%;
    height: 30px;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
  }
  .mobile_input input{
    font-size: 14px;
    opacity: 1;
  }
  .mobile_input a{
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .code_li:hover .header_code{
    display: inline;
  }
  .header_code{
    width: 50px;
    max-width: 50px;
    position: absolute;
    top: 35px;
    left: -10px;
    display: none;
  }
  
  .header_tabber_list{
    width: 100%;
    height: 40px;
    margin-top: 40px;
    box-shadow: 0px 20px 30px 0px 
		rgba(157, 177, 192, 0.1);
    position: relative;
  }
  .toggle_icon{
    width: 26px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer;
    z-index: 100;
  }
  .header_tabber_list li{
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 15px;
    background-color: #fff;
    display: none;
    border-bottom: 1px solid #0039ab;
  }
  .header_tabber_list li + li{
    /* display: none; */
  }

  .header_tabber_list li a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #0039ab;
    position: relative;
  }
  .header_tabber_list li a:hover{
    color: #0039ab;
  }
  .header_tabber_list .on{
    display: block !important;
  }
  .header_tabber_list .on a{
    color: #0039ab;
  }
  .header_tabber_list .on a:after{
    content: '';
    width: 0px;
    height: 2px;
    background-color: #0039ab;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  /* 底部 开始 */
  .footer_head{
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding-bottom: 20px;
  }
  .footer_head_left{
    margin-top: 22px;
    float: none;
  }
  .footer_head_left img{
    width: 16px;
    height: 16px;
  }
  .footer_head_left span{
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    margin-left: 6px;
  }
  .footer_head_right{
    width: 100%;
    float: none;
    text-align: right;
  }
  .selection_item{
    width: 100%;
    height: 40px;
    margin-top: 15px;
    background-color: #fff;
    color: #999;
    border: solid 1px #c5c5c5;
    padding: 0px 20px;
  }
  .selection_item + .selection_item{
    margin-left: 0px;
  }

  .footer_top {
    border-top: 2px solid #003399;
    padding: 20px 0px 50px;
  }
  
  .footer_left {
    float: left;
  }
  
  .footer_logo {
    display: none;
  }
  
  .footer_logo img {
    height: 80px;
    width: auto;
  }
  .footer_center {
    width: 60%;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
  }
  .footer_tel{
    display: block;
    font-family: Bahnschrift;
    font-size: 18px;
    line-height: 1;
    color: #003399;
    margin-top: 10px;
  }
  .footer_info_box{
    width: 100%;
    display: block;
    vertical-align: top;
    margin-top: 15px;
  }
  .footer_info_box img{
    float: left;
    margin-top: 3px;
  }
  .footer_info_box span{
    width: auto;
    font-size: 16px;
    color: #333;
    float: left;  
    margin-left: 8px;
  }
  .footer_info_box p{
    float: none;
    color: #a3a3a3;
    font-size: 14px;
    margin-top: 8px;
  }
  .footer_info_box a{
    color: #a3a3a3;
    margin-top: 8px;
  }
  .footer_info_box a:hover{
    font-weight: bold;
  }
  .footer_info_box + .footer_info_box{
    width: 100%;
    float: none;  
  }
  .footer_code_box{
    float: right;
  }
  .footer_code_box img{
    width: 100px;
    height: 100px;
    margin-top: 85px;
  }
  .footer_top_right {
    max-width: 16%;
    float: right;
  }
  
  .footer_top_center {
    width: 54%;
    float: left;
  }
  
  .footer_titles {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 28px;
  }
  
  .footer_lines {
    width: 20px;
    height: 3px;
    background: #5f718e;
    margin-bottom: 30px;
    display: block;
  }
  
  .footer_code {
    width: 100px;
    height: auto;
  }
  
  .footer_contacts + .footer_contacts {
    margin-top: 26px;
  }
  
  .footer_contact_item {
    width: 50%;
    float: left;
  }
  
  .footer_contact_item img.icon_phone {
    top: -3px;
  }
  .footer_contact_item img {
    width: 16px;
    margin-right: 18px;
    float: left;
    position: relative;
    top: 2px;  
  }
  
  .footer_contact_detail {
    width: 80%;
    display: block;
    float: left;
    font-size: 14px;
    color: #bcbdbf;
  }
  
  .footer_copyright {
    background: #fff;
    padding: 16px 0px;
    color: #a3a3a3;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
  }
  
  
  .footer_copyright a {
    display: inline-block;
    color: #a3a3a3;
    margin-left: 0px;
  }
  
  .public_back_top {
    display: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border: solid 1px #e1ecfb;
    text-align: center;
    cursor: pointer;
    position: fixed;
    z-index: 90;
    right: 20px;
    top: 50%;
    box-sizing: border-box;
  }
  
  .public_back_top img {
    width: 30px;
    height: 17px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
  }
  
  .public_back_top .img2 {
    display: none;
  }
  /* 底部 结束 */
}


/* 视频弹窗  start */
.public_videos.layui-layer-dialog {
  width: 80% !important;
  top: 20% !important;
  left: 10% !important;
  height: 60% !important;
}


.public_video_pop_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -70px;
  right: 0px;
  cursor: pointer;
}

.layui-layer-dialog.public_videos .layui-layer-content {
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  height: 100%;
}


.public_video_pop_video {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}


.public_video_pop {
  width: 100%;
  height: 100%;
}
/* 视频弹窗  end */

/* banner  start */
.public_banner {
  width: 100%;
  box-sizing: border-box;
}

.public_banner img {
  width: 100%;
  height: auto;
}
/* banner  end */





.sand_table_list li a {
  display: block;
  width: 100%;
}

.sand_table_list li a  .pro_img {
  box-shadow: 0px 10px 16px 0px rgba(13, 52, 100, 0.2);
}

html,body {
  overflow-x: hidden;
}


.title_common .title_text {
  color: #333;
  font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; 
  margin: 0; 
}
/* 火狐 */
input{
  -moz-appearance:textfield;
}

.aside_items_kefu_text {

}

.header_hover_show_case_pc {
  height: 0px !important;
  width: 400px;
  left: 50%;
  padding-top: 0px;
  margin-left: -9%;
}

.header_hover_show_intr_pc {
  width: 200px;
  height: 0px !important;
  padding-top: 0px;
  left: 50%;
  margin-left: 5%;
}

.header_hover_show_case_pc.on {
  height: 300px !important;
  padding-top: 20px;
}
.header_hover_show_intr_pc.on {
  height: 200px !important;
  padding-top: 20px;
  padding-bottom: 0px;
  left: 50%;
  margin-left: 5%;
}



.header_hover_show_case_pc ul li,
.header_hover_show_intr_pc ul li {
  width: 50% !important;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.header_hover_show_intr_pc ul li {
  width:100% !important;
}

.header_hover_show_intr_pc ul li {
  width: 100%;
}

.header_container {
  width: 88%;
  margin: auto;
  position: relative;
}

.header_hover_show_intr_pc ul li a {
  font-size: 16px;
  color: #333;
}

.header_hover_show ul.left_hover_li li  {
  text-align: left;
}

.header_hover_show ul.left_hover_li li img {
  width: auto;
  height: 16px;
  margin-right: 10px;
}

/* tab标签 开始 */
#tab_title_container{
  box-sizing: border-box;
  text-align: center;
}
.tab_box + .tab_box{
  margin-left: 40px;
}
.tab_box{
  display: inline-block;
  width: 208px;
height: 66px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 70px;
  margin-top: 80px;
}
.tab_box:hover{
  background-color: #e54d28;
  cursor: pointer;
}
.tab_title{
  margin: auto;
  display: inline-block;
  width: 192px;
  height: 54px;
  line-height: 54px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #666;
}
.tab_box:hover .tab_title{
font-weight: bold;
  color: #fff;
  border: solid 1px #EF947E;
}
.selected{
  background-color: #e54d28;
}
.selected p{
  font-weight: bold;
  color: #fff;
  border: solid 1px #EF947E;
}

/* tab标签 结束 */


/* 在线留言弹窗 start */
.online_pops.layui-layer {
  width: 50% !important;
  box-sizing: border-box;
  left: 25% !important;
  top: 17% !important;
}

.online_pops .layui-layer-content {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}


.online_pop_top {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
}


.online_pop_title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  float: left;
}


.online_pop_close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: right;
}


.online_pop_form {
  overflow: hidden;
}

.online_pop_form li {
  width: 46%;
  margin-right: 8%;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

.online_pop_form li.margin0 {
  margin-right: 0px;
}


.online_pop_form_left {
  width: 48px;
  line-height: 48px;
  float: left;
  font-size: 16px;
	color: #333;
  width: 22%;
}

.online_pop_form li .online_pop_form_right {
  width: 77%;
  float: left;
  font-size: 16px;
	color: #333;
  height: 48px;
  line-height: 48px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0px 20px;
}



.online_pop_form li.large {
  width: 100%;
}
.online_pop_form li.large .online_pop_form_left {
  width: 10%;
}
.online_pop_form li.large .online_pop_form_right {
  width: 90%;
}

.online_pop_form li.large #code.online_pop_form_right {
  width: 27%;
}

.online_pop_form li textarea.online_pop_form_right {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}


.yzmcode {
  width: 10%;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: 5%;
  background:#ddefff;
  text-align: center;
  cursor: pointer;
}

.yzmcode span {
  color: #006cce;
  font-size: 14px;  
  font-family: "Bebas";
  display: inline-block;
  margin: 0px 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  not supported by any browser */
}


.online_pop_form_submit button {
  height: 48px;
  line-height: 48px;
	background: #006cce;
  text-align: center;
  font-size: 16px;
	color: #fff;
  padding: 0px 94px;
  border: 1px solid #006cce;
}

.online_pop_form_submit {
  padding-left: 10%;
  box-sizing: border-box;
  width: 100%;
}

/* 在线留言弹窗 end */


/* 分页 start */

.pages {
  text-align: center;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}

/* 清除默认效果 */
.pages a {
  text-decoration: none;
  position: relative;
}

.pages a .change_page {
  width: 10px;
	height: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.pages a.pages_center{
  line-height: 24px;
}

.pre_red, .next_red {
  display: none;
}
/* 静态样式 */
.staticEffect a{
  color: #666;
  border: 1px solid transparent;
  background: transparent;
}

/* 鼠标经过 */
.hoverEffect a:hover{
  color: #0039ab !important;
  /* border: 1px solid transparent; */
  background: #fff !important;
  border: 1px solid #0039ab !important;
}

/* 基础样式 */
.pages a {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
}

.pages a.prev, .pages a.next {
  font-size: 18px;
}



/* 选中样式 */
.pages a.on  {
  color: #fff !important;
  background: #0039ab !important;
}


/* 跳转到第一页 / 最后一页的 图片切换显示 */
.prev_pre:hover .pre_gray {
  display: none;
}

.prev_pre:hover .pre_red {
  display: inline;
}

.next_nex:hover .next_gray {
  display: none;
}

.next_nex:hover .next_red {
  display: inline;
}

.mobile_add_more {
  text-align: center;
}
.mobile_add_more a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background-color: #f7f7f7;
}
.mobile_add_more a + a{
  margin-top: 20px;
}

/* 分页 end */


.footer_copyright a {
  display: inline-block;
}



/* 案例列表 start */


.index_case_list {
  overflow: hidden;
}

.index_case_list li {
  width: 33.02%;
  float: left;
  margin-right: 0.47%;
  position: relative;
  margin-bottom: 10px;
}

.index_case_list li.margin0 {
  margin-right: 0px;
}

.index_case_list li a {
  display: block;
  position: relative;
}


.index_case_poster {
  width: 100%;
  height: auto;
  position: relative;
}


.index_case_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.5s;
  overflow: hidden;
}


.index_case_cover img  {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


.index_case_tit {
  font-size: 22px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
	line-height: 34px;
  height: 94px;
	color: #fff;
  white-space:nowrap; 
  text-overflow:ellipsis; 
  -o-text-overflow:ellipsis;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  text-align: center;
}


.index_case_hover {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  box-sizing: border-box;
  /* padding: 128px 0px 30px; */
  padding: 0px;
  background: rgba(0,0,0,0.7);
  z-index: 2;
  transition: all 0.5s;
  text-align: center;
  height: 0%;
  overflow: hidden;
}


.index_case_hover img {
  width: 50px;
	height: 50px;
}

.index_case_hover  .index_case_tit {
  position: relative;
  margin-bottom: 16px;
}





/* 按钮 start */
.public_button {
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  font-size: 18px;
  padding: 0px 40px;
  background: transparent;
  overflow: hidden;
  display: inline-block;
}

.public_button.type1 {
  border: solid 1px #ccc;
  color: #666;
}

.public_button.type2 {
  border: solid 1px #ff6600;
  color: #ff6600;
}
.public_button.type3 {
  border: solid 1px #fff;
  color: #ff6600;
  background: #fff;
}
.public_button.type4 {
  /* border: solid 1px transparent; */
  border: none;
  color: #fff;
  background: #ff6600;
  background: url(../images/type3_btn_bg.png) left top no-repeat;
  background-size: 100% 100%;
}
/* 按钮 end */


@media (min-width:769px) {
}
/* 案例列表 end */


@media (max-width:768px) {
  .public_button {
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    font-size: 14px;
    padding: 0px 20px;
  }

  body {
    padding-top: 44px;
  }
  .container , .index_container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 3% ;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
  }
  .header_toggle {
    height: 20px;
    float: right;
    width: auto;
    cursor: pointer;
    margin-top: 12px;
  }
  .header_logo {
    display: block;
    line-height: 44px;
    float: left;
  }
  /* .header_left {
    max-width: 100%;
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .header_logo img {
    width: 60%;
    height: auto;
  }
  .header_list {
    text-align: center;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: calc(100% - 44px);
    top: 44px;
    left: 0px;
    display: none;
    overflow: auto;
  }
  .header_list>li {
    display: block;
    margin-left: 0px;
    background: #fff;
    border-top: 1px solid #f7f7f7;
  }
  .header_list>li>a {
    line-height: 44px;
    padding: 0px 4%;
    font-size: 16px;
  }
  .header_list>li.on>a:after {
    display: none;
  }
  .header_hover_poster, .header_hover_contents {
    display: none;
  }

  .header_hover_list {
    width: 100%;
    float: right;
    text-align: center;
  }

  .header_hover {
    height: auto;
    position: relative;
    display: none;
    transition: all 0s;
  }
  .header_hover_list li {
    margin-bottom: 0px;
  }
  .header_hover_list li a img {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    position: relative;
    top: -1px;
  }
  .header_list>li>p {
    font-size: 16px;
    line-height: 44px;
    color: #333;
  }
  .header_hover_list li a {
    display: block;
    font-size: 14px;
    line-height: 44px;
  }
  
  .header_hover_left {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .footer_aisde {
    width: 44px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgb(177 177 177 / 25%);
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 90;
    text-align: center;
  }
  .footer_aisde ul li {
    text-align: center;
    padding: 0px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: 44px;
    line-height: 44px;
    display: none;
  }
  .footer_aisde ul li img {
    height: 20px;
    margin-bottom: 0px;
    width: auto;
  }
  .footer_eft {
    margin-bottom: 20px;
    float: left;
  }
  .footer_logo img {
    height: 44px;
  }
  .footer_code {
    width: 80%;
    height: auto;
  } 
  .public_tit{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .footer_lines {
    width: 20px;
    height: 3px;
    margin-bottom: 22px;
  }
  .footer_titles {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .footer_top_right {
    width: 36%;
    max-width: 36%;
    float: right;
  }
  .footer_top_center {
    width: 60%;
    float: left;
  }
  .footer_contacts + .footer_contacts {
    margin-top: 0px;
  }
  .footer_contact_item {
    width: 100%;
    margin-bottom: 14px;
  }
  .footer_contact_detail {
    width: calc(100% - 28px);
  }
  .footer_contact_item img {
    width: 14px;
    margin-right: 14px;
  }
  .footer_top {
    padding: 20px 0px 0px;
  }
  .footer_copyright {
    padding: 12px 0px;
    font-size: 14px;
  }
  .public_tit i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #0065ff;
  }
  .public_tit p {
    margin-bottom: 10px;
    line-height: 32px;
  }
  .public_more {
    font-size: 14px;
    padding: 6px 20px;
  }
  .public_more img {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    top: -1px;
  }
  .public_back_top {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 4%;
  }
  .public_back_top img {
    width: 20px;
    height: 12px;
  } */

  /* 二级导航的样式 */
  body{
    padding-top: 0px;
  }
  .public_left_list_tit{
      margin-top: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20;
      height: 80px;
      display: none;
  }
  .left_list{
      width: 100%;
      white-space: nowrap;
      overflow-x: auto;
  }
  .public_left_list{
      padding-bottom:0px;
      margin-top: 35px;
      z-index: 2;
      box-shadow: none;
      text-align: center;
  }
  .public_left_list li{
      padding: 12px 0px;
      width: 25%;
      display: inline-block;
      z-index: 1;
      margin: 0px;
      border-bottom: none;
  }


  .public_left_list li:before{
      content: '';
      width: 0px;
      height: 0px;
  }
  .public_left_list li p{
      font-size: 16px;
  }
  .public_left_list_tit p{
      font-size: 20px;
  }

  .left_list{
    margin-top: 120px;
    }
    .public_left_list{
        margin-top: 35px;
        padding-bottom: 10px;
    }

    .public_left_list li::before{
        content: '';
        width: 25px;
        height: 2px;
        left: 0px;
        right: 0px;
        top: auto;
        bottom: 0px;
        margin: auto;
    }
    .public_left_list li p{
        font-weight: 700;
        width: 100%;
        text-align: center;
    }
    .left_list_bg{
      display: none;
    }

    .load_more_mobile{
      width: 100%;
      color: #0039ab;   
      margin: 10px 0px;
    }
    .load_more_mobile p{
        background: #F0F3FA;
        width: 99%;
        float: left;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
    }
    .load_more_mobile p + p{
        float: right;
    }


}

.header_topTel_li{
  position: relative;
}
.header_topTel_li:hover .header_topTel{
  display: block;
}
.header_topTel{
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  display: none;
  top: 70px;
  width: 200px;
  left: -75px;
}


.popupWindow .layui-layer-title{
  display: none;
}

.layui-layer-btn0 {
  border-color: #0039AB !important;
  background-color: #0039AB !important;
}